@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
body{
	background: url(../images/header-bg.png) repeat-x #545454;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#5f5f5f;
}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f24{ font-size:24px;}
.f22{font-size:22px;}
.f26{ font-size:26px;}
.f28{ font-size:28px;}
.red{ color:#e9554a;}
.text-align-center{ margin:0 auto;}
.text-left{ text-align:left;}
.text-center{ text-align:center;}
.img-center{ display:block; margin: 0 auto;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
#wrapper{
	width:980px;
	height:auto;
	position:relative;
	margin:0 auto;
}
#header{
	background: url(../images/header.png) top center no-repeat;
	width:1346px;
	height:341px;
	overflow:visible;
	margin-left:-183px;
}
#content{
	background:url(../images/content-repeat-y.png) repeat-y;
	width:877px;
	padding:30px; 
	height:auto;
	margin-left:22px;
	line-height:23px;
}
.gray-bg{
	width:817px;
	padding:15px 30px;
	margin:0 auto;
	text-align:left;
}
.letter{ margin:30px 0 0 30px;}
ul#ebook-feature{
	width:730px;
	margin:30px auto 0 auto;
	display:block;
}
ul#ebook-feature li{
	background:url(../images/ebook-feature-list.png) 0 6px no-repeat;
	font-size:18px;
	padding:0 0 8px 20px;
}
a.button{
	background:url(../images/button.png) no-repeat 0 -114px;
	width:285px;
	height:77px;
	display:block;
	margin:15px auto 0 auto;	
}
a.button:hover{ background-position:0 0;}
#ebook-description{
	width:819px;
	padding:30px 25px;
	background:#f5f5f5;
	border:4px solid #949494;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	margin:20px 0;
	text-align:center;
	line-height:27px;
	font-size:16px;
}
ul#ebook-description-list{
	width:700px;
	margin:0 auto 0 auto;
	display:block;
}
ul#ebook-description-list li{
	background:url(../images/ebook-feature-list.png) 0 6px no-repeat;
	padding:0 0 8px 20px;
	text-align:left;
}
/* FOOTER */
#footer{
	background:url(../images/footer.png) no-repeat;
	width:1006px;
	height:330px;
	position:absolute;
}
#footer-bg{
	background:url(../images/footer-bg.png) repeat-x;
	width:100%;
	height:282px;
	position:relative;
}
#footer-bg p{ font-size:14px; color:#010101; text-shadow:0 1px 0 #4c4c4c; font-weight:bold; padding:15px 0 0 0; background:url(../images/footer-light.png) no-repeat 240px -20px;
display:block;}
/* END FOOTER */
